You are here: Statements and Functions > Round()
Syntax samples
ROUND(<expression>)
Integer1 = ROUND(3.5)
Rounds the expression to the nearest whole number. Use this function to override ProModel’s default, truncation.
Any expression. This function returns an integer.
Components
<expression>
The expression to be rounded.
TRUNC() and REAL().